home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / FTP / aa_m68k_Intel_HP_Only / Archie218 / Archie.app / errMessages.keys < prev    next >
Encoding:
Text File  |  1995-06-12  |  1.8 KB  |  45 lines

  1. /* Defaults related */
  2. #define NXDEFAULTS_ALLOC_FAILED "nxdefaults_alloc_failed"
  3. #define NXDEFAULTS_ITEM_ALLOC_FAILED "nxdefaults_item_alloc_failed"
  4. #define NXDEFAULTS_FAILURE "nxdefaults_failure"
  5. #define BAD_DEFAULT_VAL_TYPE "bad_default_val_type"
  6.  
  7. /* Query List related */
  8. #define QUERY_NOT_IN_LIST "query_not_in_list"
  9. #define NO_QUERY_FOR_INDEX "no_query_for_index"
  10. #define INSERT_QUERY_FAILURE "insert_query_failure"
  11.  
  12. /* Allocation errors */
  13. #define PORT_ALLOC_FAILED "port_alloc_failed"
  14. #define FTPOBJECT_ALLOC_FAILED "ftpobjet_alloc_failed"
  15. #define HOSTHASHTABLE_ALLOC_FAILED "hostHastTable_alloc_failed"
  16. #define HOSTLIST_ALLOC_FAILED "hostList_alloc_failed"
  17. #define HOSTFILES_ALLOC_FAILED "hostFiles_alloc_failed"
  18. #define VLINK_ALLOC_FAILED "vlink_alloc_failed"
  19. #define LOCALPATH_ALLOC_FAILED "localPath_alloc_failed"
  20. #define REMOTE_ALLOC_FAILED "remote_alloc_failed"
  21. #define DIRLISTING_ALLOC_FAILED "dirListing_alloc_failed"
  22. #define DIRLISTING_REALLOC_FAILED "dirListing_realloc_failed"
  23. #define ERRBUFFER_ALLOC_FAILED "errbuffer_alloc_failed"
  24. #define OBJ_ALLOC_FAILED "obj_alloc_failed"
  25.  
  26. /* Nib & panel related */
  27. #define QUERY_NIB_FAILED "load_query_nib_failed"
  28. #define SESSION_NIB_FAILED "load_session_nib_failed"
  29. #define FTP_PANEL_FAILED "ftp_panel_failed"
  30. #define INFO_PANEL_FAILED "info_panel_failed"
  31. #define PREF_PANEL_FAILED "pref_panel_failed"
  32. #define OPEN_PANEL_FAILED "open_panel_failed"
  33. #define SAVE_PANEL_FAILED "save_panel_failed"
  34. #define FTP_HOSTS_PANEL_FAILED "ftp_hosts_panel_failed"
  35.  
  36. /* Misc */
  37. #define FTP_FORK_FAILED "ftp_fork_failed"
  38. #define SETLISTING_FAILED "setListing_failed"
  39. #define VALID_KEY_NIL_ENTRY "valid_key_nil_entry"
  40.  
  41. /* User info message keys added to error messages */
  42. #define REPLY_REQUEST0 "reply_request0"
  43. #define REPLY_REQUEST1 "reply_request1"
  44. #define REPLY_REQUEST2 "reply_request2"
  45.